You are here: Trading System Programming > Trading System Programming Overview

Trading System Programming Overview

ActiveTick trading systems comprise from callback functions, built-in functions, and various classes, all tied together with JavaScript.

 

 

Typically, a trading goes through the following interaction:

 

  1. Trading system is selected from trading systems configuration view.
  2. Trading system is initialized with various options and settings by implementing the init() callback function.
  3. ActiveTick displays systems's parameters added through the addParameter() function, and gives the user an option to modify any of them.
  4. The trading system gets updated periodically with new data, and start() callback function is called to calculate the system to process those updates.

 

The following topics provide more information about trading system programming.

 

 


Copyright © 2006-2009 ActiveTick LLC